body::-webkit-scrollbar {
	width: 0 !important;
}
            .lesuur {
            	min-width: 100px;
            	height:100px;
            	font-size:20px;
            	font-weight:900;
            	border-style:solid;
            	border-width:1px;
            	padding-left: 20px;
            	padding-right: 20px;
            	padding-top: 10px;
            	text-align: center;
            }
	.afwezigheden {
		display: inline-block;
	}
	.toezicht {
		background-color: #006CB7 !important;
		color: white;
	}
	.klasscan {
		background-color: #E0BFB8 !important;
		color: white;
	}
	.vrij {
		display: none;
	}
	.vrij.klasscan {
		display:block;
		background-color: #E0BFB8 !important;
		color: white;
	}
	#logo {
	float:left;
	height:175px;
}
#slider {
	float:left;
	width:70%;
	height:175px;
}
#top {
	float:left;
	height:175px;
	font-size: xx-large;
	font-weight: 900;
	font-family: arial;
	margin-left: 25px;
	margin-right: 25px;
}
#content {
//	float:left;
	width:100%;
}
#content h1 {
//	margin-bottom:25px;
}
#content th {
	background-color: #CCCCCC;
}
#content h1 {
	font-size:50px;
	font-weight: 900;
	font-family: arial;
	background-color:#1E74BE;
	color:#FFFFFF;
	width:100%;
	display:flex;
	align-items:center;
	text-transform: uppercase;
	justify-content:center;
}
#content p {
	font-size: -webkit-xxx-large;
	font-weight: 900;
	font-family: arial;
	font-variant: small-caps;
	margin-left: 25px;
	margin-right: 25px;
}
#banner {
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:#1E74BE;
	color:#FFFFFF;
	font-size:xx-large;
	font-weight: 900;
	font-family: arial;
	height:50px;
	text-align:center;
	text-transform: uppercase;
}
#banner2 {
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:#1E74BE;
	color:#FFFFFF;
	font-size:xx-large;
	font-weight: 900;
	font-family: arial;
	height:50px;
	text-align:center;
	text-transform: uppercase;
}
#contentfoto {
	float:left;
	margin-left:20px;
	margin-right:20px;
	height: 100%;
}

@media (max-width:900px) {
    #banner {
          display:none;
    }
    #banner2 {
          display:none;
    }
    #content h1 {
        font-size:16px;
    }
}